ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / EffectContext Class / GetMaximumSupportedFeatureLevel Method / GetMaximumSupportedFeatureLevel(FeatureLevel[]) Method
An array of feature levels

In This Topic
    GetMaximumSupportedFeatureLevel(FeatureLevel[]) Method
    In This Topic
    Gets the maximum feature level supported by this instance.
    Syntax
    'Declaration
     
    Public Overloads Function GetMaximumSupportedFeatureLevel( _
       ByVal featureLevels() As FeatureLevel _
    ) As FeatureLevel
    public FeatureLevel GetMaximumSupportedFeatureLevel( 
       FeatureLevel[] featureLevels
    )

    Parameters

    featureLevels
    An array of feature levels

    Return Value

    The maximum feature level selected from the array
    See Also